home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / xhost30s.zip / EXECHOST.ZIP / MISC.ZIP / UPLOAD.BAT < prev   
DOS Batch File  |  1993-05-20  |  443b  |  8 lines

  1. rem                Example batch file to be run after each upload.
  2. fixdir fixnew      <--- runs adds fixdir headers to new.dir file
  3. cd uploads         <--- changes to the uploads directory
  4. rezip %1           <--- rezips the uploaded file (%1 is sent by Host)
  5. call comment %1    <--- adds BBS comment to zip file
  6. move *.* c:\TELIX\HOLD  <-- Clear the upload dir for the next caller
  7. cd \telix          <--- returns to the Telix directory
  8.